Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat/api keys #122

Merged
merged 20 commits into from
Oct 9, 2024
Merged

Feat/api keys #122

merged 20 commits into from
Oct 9, 2024

Conversation

shivam-pareek
Copy link
Contributor

api-keys API added

Description:

  • The api-keys CRUD routes added for both workspaces and org level

Related Issues:
#121

@dosubot dosubot bot added the size:XL This PR changes 500-999 lines, ignoring generated files. label Sep 30, 2024
@shivam-pareek shivam-pareek changed the base branch from main to feat/userInvite September 30, 2024 09:51
@dosubot dosubot bot added size:L This PR changes 100-499 lines, ignoring generated files. and removed size:XL This PR changes 500-999 lines, ignoring generated files. labels Sep 30, 2024
@csgulati09 csgulati09 self-requested a review October 7, 2024 10:02
last_updated_at?: Date;
creation_mode?: string;
rate_limits?: Record<string, unknown>[];
usage_limits?: Record<string, unknown>;
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Record of the type string, any or it has to be unknown?

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also check for the same in the other interfaces as well

id?: string;
}

function toQueryParams(params?: ApiKeysListParams): string {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Extract this function of utils.ts

csgulati09
csgulati09 previously approved these changes Oct 9, 2024
@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Oct 9, 2024
Base automatically changed from feat/userInvite to main October 9, 2024 17:09
@VisargD VisargD dismissed csgulati09’s stale review October 9, 2024 17:09

The base branch was changed.

@VisargD VisargD merged commit 2b73395 into main Oct 9, 2024
1 check failed
@VisargD VisargD deleted the feat/apiKeys branch October 9, 2024 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants